home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / 1116.ZIP / TOOLKIT.ARC / CLS550.C < prev    next >
Text File  |  1979-12-31  |  138b  |  12 lines

  1.  
  2. /* CLS550.C */
  3.  
  4. #include cls550.h
  5.  
  6. main()
  7.       {
  8.         cls550(); /* clear the CRT screen and home the cursor */
  9.       }
  10.  
  11.  
  12.